.footer-main{
    width: 100%;
    height: 212px;
    color: #FFFFFF;
    padding: 40px 0px;
    box-sizing: border-box;
    background-image: url(../img/footerBg.png);
    background-size: contain
}
.footer-bottom{
    width:100%;height:40px;
    background-color: #214891;
}

.footer-center{
    width: 1400px;
    margin: 0px auto;
}
.footer-center::after{
    content:"";
    display: block;
    clear:both;
}
.footer-code ul::after{
    content:"";
    display: block;
    clear:both;
}

.footer-text{
    float: left;
    color:#00489a;
    font-weight: bold;
    width:28%;
}
.footer-text-left{

}
.footer-text-center{
    margin-top:37px;
}
.footer-text-left p, .footer-text-center p{
    display: flex;
}
.footer-text-left p span:first-child, .footer-text-center p span:first-child{
    display: block;width:35%;
    text-align: justify;
    text-align-last: justify;
}
.footer-text-left p span:last-child, .footer-text-center p span:last-child{
    display: block;width:65%;
}



.footer-text p{
    margin-bottom:10px;
    font-size: 14px;
    letter-spacing: 2px;
}
.footer-text h2{
    font-size: 18px;
    letter-spacing: 4px;
    margin-bottom:12px;
}
.footer-code{
    float: right;
    width:40%;
}
.footer-code ul li {
    float: right;
    margin-left: 20px;
    color: #fff;
    text-align: center;
}
.footer-code ul li img {
    width: 100px;
}
.footer-code ul li p{
    width:100px;
    font-size:12px;
    color:#00489a;
    font-weight: bold;
}


@media screen and (max-width: 1400px){
    .footer-main{
        height:auto;
    }
    .footer-center{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-text{
        width:80%;
        text-align: center;
    }
    .footer-text-left p span:first-child, .footer-text-center p span:first-child{
        width:50%;
        text-align: right;
        text-align-last: right;
    }
    .footer-text-left p span:last-child, .footer-text-center p span:last-child{
        width:50%;
        text-align: left;
    }

    .footer-code{
        width: 480px;
    }
    .footer-code ul li {
        float: left;
        margin-left: 0;
        margin-right: 20px;
    }
    .footer-code ul li:last-child {
        margin-right: 0px;
    }
}
